home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr05 / sptdsg10.zip / DESIGN.TEM < prev    next >
Text File  |  1995-02-27  |  660b  |  36 lines

  1. // ----------------------------------------------------------------------------
  2. // Generate: Dialog design tool for Sosso's Professional Tools
  3. // Author..:
  4. // Proyect.:
  5. // Module..:
  6. // Date....: Mon  27-02-95
  7. // Time....: 11:04:14
  8.  
  9. #include "sptools.ch"
  10.  
  11. // ----------------------------------------------------------------------------
  12.  
  13. proc Edit()
  14.  
  15.    local GetList := {}
  16.    local oWnd
  17.  
  18.    MOff()
  19.    DispBegin()
  20.  
  21.    <DefineWindow>
  22.    ACTIVATE WINDOW oWnd
  23.  
  24.    <DisplayControls>
  25.  
  26.    DispEnd()
  27.    MOn()
  28.  
  29.    READ
  30.  
  31.    DEACTIVATE WINDOW oWnd
  32.  
  33. return
  34.  
  35. // ----------------------------------------------------------------------------
  36.